--The files "covariance_eigenvalues.m" computes a histogram of the given dataset.


Datasets:

-- The US Census dataset can be downloaded from the UCI repository at https://archive.ics.uci.edu/ml/datasets/US+Census+Data+(1990)

--The KDD Cup dataset can be downloaded from the UCI repository at http://kdd.ics.uci.edu/databases/kddcup99/kddcup99.html (or from https://www.kaggle.com/code/kerneler/starter-kddcup99-csv-7cc14019-a/notebook in .csv form)

--The Adult dataset can be downloaded from the UCI repository at https://archive.ics.uci.edu/ml/datasets/adult , (or from https://www.kaggle.com/datasets/wenruliu/adult-income-dataset in .csv form)

